Release: classic 1.5.2 / modern 1.2.2 — patch (large-list clip fix + hostname validation)#136
Merged
Conversation
…hostname validation) Patch release following v1.5.1 / v1.2.1. - modern (#79): list rows no longer bleed over the status bar on very large hosts files (WinUI raster clip-escape bug) — adopted the CornerRadius clip workaround and removed the status-bar backplate. - both (#131): an invalid host name now shows an "Invalid host names" validation message instead of a blank one (the InvalidHostnames resource was missing from Core's Resources.resx). Bump Version to 1.5.2.0 (classic) / 1.2.2.0 (modern); refresh the Readme Download section (v1.5.2 links + what's-new) and the publish-store.ps1 What's-new copy. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release following v1.5.1 / v1.2.1.
What's in it (changes since v1.5.1)
hosts files (100K+ entries). The WinUI raster clip-escape bug that spilled the
bottom rows past the list is fixed by giving the
ListViewa non-zeroCornerRadius(which re-establishes the composition clip); the old status-barbackplate is removed. Verified on a ~400K-entry file.
"Invalid host names" validation message instead of a blank one — the
InvalidHostnameskey was missing from Core's sharedResources.resx.(Also since v1.5.1, but not customer-facing: CI across x64/ARM64, Core coverage to
~88%, a classic refactor to the shared
IsRunningPackaged()helper (#128).)Release chores (mirrors #124)
Version: 1.5.2.0 (classic) / 1.2.2.0 (modern).publish-store.ps1"What's new" copy for 1.5.2 / 1.2.2.Only version/notes files change — no product code in this PR (the fixes already
landed in #135, #132/#133).
After merge
v1.5.2+ GitHub release (draft prepared).build-all.ps1 -Sign→ attachHostsFileEditor-1.5.2-x64.zip/-arm64.ziptothe release, then publish it.
publish-store.ps1→ push both Store submissions.🤖 Generated with Claude Code